Platform Explorer / Nuxeo Platform 6.0

Extension point persister

Documentation

Use to provide a persister. A persister should implement DocumentRoutingPersister. It is responsible to persist instances of route.

    <persister class="org.my.implementation.of.Persister"/>

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.routing.core.impl.PersisterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-routing-core-6.0.jar
    <extension point="persister" target="org.nuxeo.ecm.platform.routing.service">
        <persister class="org.nuxeo.ecm.platform.routing.core.impl.DocumentRoutingTreePersister"/>
      </extension>